/*Parte centrale e superiore della pagina con sfondo bianco divisa in 3 parti*/

#content{
	width: 100%;
	height: 390px;
	background-image: url(/sara/images/body_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #996600;
}
#content-down{
	width: 100%;
	background-color: #FFFFFF;
	margin-top: 15px;
}

.cont_top{
	height: 10px;
	width: 100%;
	background-image: url(../../prova/images/cont_top.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.cont_bot{
	height: 10px;
	width: 100%;
	background-image: url(../../prova/cont_bot.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}

#cont_razd{
	background: url(../../prova/css%20di%20prova/images/cont_razd.gif) 679px repeat-y;
	width: 100%;
}

.cont_home {
	padding-top: 0px;
	padding-bottom: 0px;
}

.home_box {
	float: left;
	width: 290px;
	color: #333333;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 5px;
}

.home_box p{
	float: left;
	color: #000000;
}
.home_box a{
	color: #CC9900;
	font-size: 12px;
	font-weight: bold;
}
.home_box img{
	color: #CC9900;
	font-size: 12px;
	font-weight: bold;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #f5f5f5;
	border: 1px solid #b1b1b1;

	/*
  border-radius: 10px; 
  -moz-border-radius: 10px; /* firefox 
  -webkit-border-radius: 10px; *//* safari, chrome */*/
;
}
}

.home_box_right {
	float: right;
	width: 290px;
	color: #333333;
	padding-left: 10px;
	padding-right: 10px;
}
.home_box_right p{
	float: right;
	color: #000000;
}

.home_box_right a{
	color: #CC9900;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

#left{
	width: 640px;
	float: left;
	color:#000000;
	margin-left: 20px;
}

.text{
	padding: 0px 0px 15px 0px;
}

.img_l {
	float:left;
	margin: 6px 20px 5px 0px;
}

.img_r {
	float: right;
	margin: 9px 10px 3px 10px;
}
